home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "{2E3C02B4-31BB-4AAF-B6C9-4112F96D9071}#1.0#0"; "CIAXPAutoCombo.ocx"
- Object = "{E0C48EF3-1948-4B0F-B769-0D64B1F2AD6B}#1.1#0"; "ciaXPStdCombo.ocx"
- Begin VB.Form Form1
- Caption = "Form1"
- ClientHeight = 4830
- ClientLeft = 60
- ClientTop = 450
- ClientWidth = 7320
- LinkTopic = "Form1"
- LockControls = -1 'True
- ScaleHeight = 4830
- ScaleWidth = 7320
- StartUpPosition = 3 'Windows Default
- Begin ciaXPAutoCombo.ciaXPAutoComboBox cboAuto
- Height = 285
- Left = 2070
- TabIndex = 5
- Top = 3360
- Width = 2445
- _ExtentX = 4313
- _ExtentY = 503
- UseNeutralColors= -1 'True
- LeftMargin = 4
- RequiredField = -1 'True
- BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- Name = "MS Sans Serif"
- Size = 8.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Alignment = 0
- RightToLeft = 0 'False
- MousePointer = 0
- MouseIcon = "Form1.frx":0000
- BorderColor = 12164479
- End
- Begin ciaXPStdCombo.ciaXPStdComboBox cbo
- Height = 285
- Index = 0
- Left = 2070
- TabIndex = 3
- Top = 210
- Width = 2445
- _ExtentX = 4313
- _ExtentY = 503
- LeftMargin = 12
- BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- Name = "MS Sans Serif"
- Size = 8.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Alignment = 0
- RightToLeft = 0 'False
- MousePointer = 0
- MouseIcon = "Form1.frx":001C
- BorderColor = 12164479
- Text = "Text 1"
- LicValid = -1 'True
- End
- Begin ciaXPStdCombo.ciaXPStdComboBox cbo
- Height = 390
- Index = 1
- Left = 2070
- TabIndex = 4
- Top = 675
- Width = 2445
- _ExtentX = 4313
- _ExtentY = 688
- LeftMargin = 11
- BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- Name = "MS Sans Serif"
- Size = 12
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Alignment = 0
- RightToLeft = 0 'False
- MousePointer = 0
- MouseIcon = "Form1.frx":0038
- BorderColor = 12164479
- Theme = 1
- Text = "Text 1"
- LicValid = -1 'True
- End
- Begin ciaXPStdCombo.ciaXPStdComboBox cbo
- Height = 525
- Index = 2
- Left = 2070
- TabIndex = 6
- Top = 1845
- Width = 2445
- _ExtentX = 4313
- _ExtentY = 926
- RequiredField = -1 'True
- UseNeutralColors= -1 'True
- BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- Name = "MS Sans Serif"
- Size = 18
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Alignment = 0
- RightToLeft = 0 'False
- MousePointer = 0
- MouseIcon = "Form1.frx":0054
- BorderColor = 12164479
- Theme = 2
- Text = "Text 1"
- LicValid = -1 'True
- End
- Begin ciaXPStdCombo.ciaXPStdComboBox cbo
- Height = 525
- Index = 3
- Left = 2070
- TabIndex = 7
- Top = 1185
- Width = 2445
- _ExtentX = 4313
- _ExtentY = 926
- RequiredField = -1 'True
- BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- Name = "MS Sans Serif"
- Size = 18
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Alignment = 0
- RightToLeft = 0 'False
- MousePointer = 0
- MouseIcon = "Form1.frx":0070
- BorderColor = 12164479
- Theme = 2
- Text = "Text 1"
- LicValid = -1 'True
- End
- Begin VB.Label Label3
- AutoSize = -1 'True
- Caption = "Auto Complete Style with UseNeutralColors"
- Height = 510
- Left = 4755
- TabIndex = 2
- Top = 3300
- Width = 1575
- WordWrap = -1 'True
- End
- Begin VB.Label Label2
- AutoSize = -1 'True
- Caption = "With RequiredField and UseNeutralColors"
- Height = 585
- Left = 4755
- TabIndex = 1
- Top = 1905
- Width = 1605
- WordWrap = -1 'True
- End
- Begin VB.Label Label1
- AutoSize = -1 'True
- Caption = "Standard Styles"
- Height = 195
- Left = 4755
- TabIndex = 0
- Top = 765
- Width = 1110
- End
- Attribute VB_Name = "Form1"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub chk_Click()
- End Sub
- Private Sub Form_Load()
- Dim i As Integer
- For i = 0 To 2
- cbo(i).AddItem "ardvark"
- cbo(i).ItemData(0) = 11
- cbo(i).AddItem "apple"
- cbo(i).ItemData(cbo(i).NewIndex) = 22
- cbo(i).AddItem "august"
- cbo(i).ItemData(cbo(i).NewIndex) = 33
- cbo(i).AddItem "baseball"
- cbo(i).ItemData(cbo(i).NewIndex) = 44
- cbo(i).AddItem "baseboard"
- cbo(i).ItemData(cbo(i).NewIndex) = 55
- cbo(i).AddItem "cut"
- cbo(i).ItemData(cbo(i).NewIndex) = 66
- cbo(i).AddItem "cutting"
- cbo(i).ItemData(cbo(i).NewIndex) = 77
- cbo(i).AddItem "cardboard"
- cbo(i).ItemData(cbo(i).NewIndex) = 88
- cbo(i).AddItem "cards"
- cbo(i).ItemData(cbo(i).NewIndex) = 99
- cbo(i).ListIndex = 0
- cboAuto.AddItem "ardvark"
- cboAuto.ItemData(0) = 11
- cboAuto.AddItem "apple"
- cboAuto.AddItem "august"
- cboAuto.AddItem "baseball"
- cboAuto.AddItem "baseboard"
- cboAuto.AddItem "cut"
- cboAuto.AddItem "cutting"
- cboAuto.AddItem "cardboard"
- cboAuto.AddItem "cards"
- cboAuto.ListIndex = 0
- End Sub
-